home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_006 / mult / poster < prev   
Text File  |  1992-05-06  |  1KB  |  37 lines

  1. Article 944 of net.sources:
  2. Relay-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site well.UUCP
  3. Posting-Version: version B 2.10.2 9/18/84; site rlgvax.UUCP
  4. Path: well!ptsfa!hoptoad!lll-crg!seismo!rlgvax!dennis
  5. From: dennis@rlgvax.UUCP (Dennis Bednar)
  6. Newsgroups: net.sources
  7. Subject: mult(1) tool, opposite of uniq(1)
  8. Message-ID: <901@rlgvax.UUCP>
  9. Date: 10 Jan 86 06:41:24 GMT
  10. Date-Received: 11 Jan 86 15:05:54 GMT
  11. Organization: CCI Office Systems Group, Reston, VA
  12. Lines: 616
  13.  
  14.  
  15. Mult reads the input comparing adjacent lines.  In the normal case,
  16. the second and succeeding copies of repeated lines are output,
  17. and the remainder of the lines are removed.  Note that repeated lines
  18. must be adjacent in order to be found, see sort(1).
  19. This program was motivated by the uniq(1) program.
  20. Options are present to output the first of multiple lines, for
  21. comparing adjacent lines by field only, and for specifying the
  22. field separator character.
  23.  
  24. Files are:
  25.     mult.help - help file for mult(1)
  26.     *.c = source
  27.     mult.t.* = test files to test mult against, may be deleted
  28.  
  29.     After you read this in, type 'make mult', play with
  30.     mult on some of the test files, and then read
  31.     the help page last, :-).
  32.  
  33.  
  34.     Enjoy,
  35.     dennis
  36.  
  37.